我正在學校項目上工作。我已經完成了http://bebop-autonomy.readthedocs.io/en/indigo-devel/running.html的安裝直到運行驅動程序。 我目前的封裝結構是這樣的:如何飛鸚鵡模擬器鸚鵡比波無人機?
$ mkdir -p ~/bebop_ws/src && cd ~/bebop_ws
$ catkin init
$ git clone https://github.com/AutonomyLab/bebop_autonomy.git src/bebop_autonomy
# Update rosdep database and install dependencies (including parrot_arsdk)
$ rosdep update
$ rosdep install --from-paths src -i
# Build the workspace
$ catkin build -DCMAKE_BUILD_TYPE=RelWithDebInfo
我需要一個模擬器來模擬波普無人機。我已經用ros indigo安裝了Gazebo 2x.And然後進行仿真,我按照以下說明創建了tum模擬器,但roscd中的權限被拒絕。
$roscd
$git clone https://github.com/tum-vision/tum_simulator.git
$export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:`pwd`/tum_simulator
$rosmake cvg_sim_gazebo_plugins
$rosmake message_to_tf
如果我跳過roscd步和克隆tum_simulator,當我運行這個我收到以下錯誤:
#"[ rosmake ] WARNING: The following args could not be parsed as stacks or packages: ['cvg_sim_gazebo_plugins']
#[ rosmake ] ERROR: No arguments could be parsed into valid package or stack names.
"
有人可以幫我通過自己的解決方案開始TUM模擬器或固定我在做什麼 ?如果我可以使用這個https://github.com/dougvk/tum_simulator,應該在哪個目錄中克隆tumsimulator git?
@cassinaj你能幫忙嗎? –
@JoséSánchez我是Ros ..新手,你能幫忙嗎? –
@lmiguelvargasf你能檢查這個問題嗎? –