Fast-RRT-Star/scripts/3_fast_rrt_star_debug.bash
Sravan Balaji 1ab700f27f Repo Re-Org, More like ROS Package
- Reorganize repo so docker stuff is
  a folder within fast_rrt_ros ROS package
- Update filepaths in README
- Update `build_and_run_docker.bash`
  to use main folder as build context,
  but use Dockerfile inside docker folder
- Update filepaths in Dockerfile
2023-01-26 16:10:58 -05:00

8 lines
234 B
Bash
Executable File

#!/bin/bash
source /opt/ros/$ROS_DISTRO/setup.bash && \
rm -rf build/ devel/ && \
catkin_make -DCMAKE_BUILD_TYPE=RelWithDebInfo && \
source devel/setup.bash && \
roslaunch husky_navigation move_base_fast_rrt_star_mapless_demo.launch