Debugging

Gazebo - human following issue

ingus kinematics 2022. 10. 4. 17:36

https://github.com/srl-freiburg/pedsim_ros

 

GitHub - srl-freiburg/pedsim_ros: Pedestrian simulator powered by the social force model

Pedestrian simulator powered by the social force model - GitHub - srl-freiburg/pedsim_ros: Pedestrian simulator powered by the social force model

github.com

위와 같이 pedsim_ros를 구축하려고 한다.

 

 

 

그런데, 이런 오류가 나서 내가 issue에 다음과 같이 남겨놨다.

 

https://github.com/srl-freiburg/pedsim_ros/issues/80

 

catkin_make error · Issue #80 · srl-freiburg/pedsim_ros

Do you know this error? I just build this repository...

github.com

 

처음에는 오류가 너무 많이 나서 아래와 같이 해결하려고 했으나... 절대 해결되지 않았다..

 

 

[초기 해결 방법]

https://github.com/osrf/homebrew-simulation/issues/1020

 

#error regenerate this file with a newer version of protoc · Issue #1020 · osrf/homebrew-simulation

Build Gazebo11 from source by brew install gazebo11 --build-from-source due to Gazebo11 runtime: dyld: Symbol not found #1011 However, it looks like protobuf is not compatible. I issued protoc --ve...

github.com

 

 

https://jjeongil.tistory.com/1326

 

Ubuntu 18.04 : Anaconda 설치하는 방법, 예제, 명령어

Anaconda는 대규모 데이터 처리, 예측 분석 및 과학 컴퓨팅에 사용되는 가장 인기 있는 파이썬 데이터 과학 및 머신러닝 플랫폼입니다. 아나콘다 배포에는 1,000개 이상의 데이터 패키지, 콘다 명령

jjeongil.tistory.com

 

처음에는 오류가 너무 많이 나서 위와 같이 해결하려고 했으나...

 

======================================================================

ㅋㅋ... git version/branch 이런걸 잘 몰라서 범했던 오류이다..ㅎㅎ

아래 issue를 보면 내가 업로드한 issue인데 이 코드를 배포한 주인은 무슨 이런 오류 갖고 해결하달라고 하지 그랬을 것 같다...ㅎㅎ

 

 

아래와 같이 single-branch로만 설치하면 가볍게 빌드가 되었다 ㅎㅎ...

git clone -b melodic-dev --single-branch https://github.com/srl-freiburg/pedsim_ros.git

 

GitHub - srl-freiburg/pedsim_ros: Pedestrian simulator powered by the social force model

Pedestrian simulator powered by the social force model - GitHub - srl-freiburg/pedsim_ros: Pedestrian simulator powered by the social force model

github.com

 

 

 

==============================

Leg tracker melodic 설치법

 

https://github.com/angusleigh/leg_tracker/tree/melodic

 

GitHub - angusleigh/leg_tracker

Contribute to angusleigh/leg_tracker development by creating an account on GitHub.

github.com

 

git clone -b melodic --single-branch https://github.com/angusleigh/leg_tracker.git