MIT-SPARK / Hydra

BSD 2-Clause "Simplified" License
525 stars 65 forks source link

Hydra dsg builder not found #8

Closed adam-muk closed 1 year ago

adam-muk commented 1 year ago

Hi. I am really impressed by your work and I am trying to run the Quickstart section. I navigated to catkin_ws. I then sourced the path to source /home/adam/catkin_ws/devel/.private/catkin_tools_prebuild/setup.bash. I then run: roslaunch hydra_dsg_builder uhumans2_incremental_dsg.launch start_visualizer:=true but get response: RLException: [uhumans2_incremental_dsg.launch] is neither a launch file in package [hydra_dsg_builder] nor is [hydra_dsg_builder] a launch file name

nathanhhughes commented 1 year ago

Hi, thank you for your interest in our work! Looks like there's a typo in the path you're sourcing, you should likely be sourcing /home/adam/catkin_ws/devel/setup.bash instead.

adam-muk commented 1 year ago

Aaah thanks! Solution was staring right at me ;)