Launch rviz by default
This commit is contained in:
parent
bdae4af0cf
commit
ee709be513
@ -54,5 +54,3 @@ roslaunch active_grasp env.launch sim:=false
|
|||||||
# Run the experiment
|
# Run the experiment
|
||||||
python3 scripts/run.py nbv --wait-for-input
|
python3 scripts/run.py nbv --wait-for-input
|
||||||
```
|
```
|
||||||
|
|
||||||
Rviz can be used to visualize the robot and scene reconstruction.
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" ?>
|
<?xml version="1.0" ?>
|
||||||
<launch>
|
<launch>
|
||||||
<arg name="sim" />
|
<arg name="sim" />
|
||||||
<arg name="launch_rviz" default="false" />
|
<arg name="launch_rviz" default="true" />
|
||||||
|
|
||||||
<!-- Load parameters -->
|
<!-- Load parameters -->
|
||||||
<rosparam command="load" file="$(find active_grasp)/cfg/active_grasp.yaml" subst_value="true" />
|
<rosparam command="load" file="$(find active_grasp)/cfg/active_grasp.yaml" subst_value="true" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user