ETHZ-RobotX / SuperMegaBot

Main repository of the SuperMegaBot
18 stars 19 forks source link

Install dependencies #20

Closed grizzi closed 2 years ago

grizzi commented 2 years ago

This is not really an issue as all the missing deps can be installed separately after the installation procedure.

Running the smb_path_planner would fail as no planner is built. So probably the teb_local_planner should be put as dep of the planner. When building the teb planner the following deps are unmet:

Overall this deps can be easily installed manually and could be tedious for a student. The issue is with the scope of informing developers and help improve install instructions. Maybe the ros deps can be put in a install_dependencies.bash script instead of using rosdep which seems to fail at installing all dependencies.

mantelt commented 2 years ago

Thanks @grizzi , I somehow missed that issue! I think using rosdep should still work if the dependencies are carefully put into the package.xml. We will look into that.