RoboMaster / RoboRTS

An open source software stack for Real-Time Strategy research on mobile robots
Other
823 stars 347 forks source link

can you tell me how to deal with this problem? #38

Closed cd4806088 closed 4 years ago

cd4806088 commented 4 years ago

ERROR: the following packages/stacks could not have their rosdep keys resolved to system dependencies: roborts_bringup: Cannot locate rosdep definition for [roborts_tf]

cd4806088 commented 4 years ago

can you tell me how to deal with it?

XinZhangk commented 4 years ago

With the little information you have provided I can only speculate. But it looks to me that you didn't finish a standard ros installation. Have you run the following commands?

sudo rosdep init
rosdep update
KevinLADLee commented 4 years ago

The package [roborts_tf] is deprecated. You could delete it in 'roborts_bringup/package.xml' .

https://github.com/RoboMaster/RoboRTS/blob/ros/roborts_bringup/package.xml#L20

cd4806088 commented 4 years ago

thank you, got it------------------ 原始邮件 ------------------ 发件人: "KevinLAD"notifications@github.com 发送时间: 2019年12月30日(星期一) 凌晨1:39 收件人: "RoboMaster/RoboRTS"RoboRTS@noreply.github.com; 抄送: "cd4806088"1424026564@qq.com;"Author"author@noreply.github.com; 主题: Re: [RoboMaster/RoboRTS] can you tell me how to deal with thisproblem? (#38)

The package [roborts_tf] is deprecated. You could delete it in 'roborts_bringup/package.xml' .

https://github.com/RoboMaster/RoboRTS/blob/ros/roborts_bringup/package.xml#L20

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.