Skip to content

Commit

Permalink
update cmake and launch file for look service (#7)
Browse files Browse the repository at this point in the history
* try implementing look as a service

* remove nd arrays

* to list instead

* add cmake and launch file

---------

Co-authored-by: Robobreizh pepper <>
  • Loading branch information
tomkimsour authored Jun 13, 2023
1 parent 38d63bb commit a98d596
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ add_service_files(

## Generate actions in the 'action' folder
add_action_files(
DIRECTORY
action
FILES
DIRECTORY
action
FILES
Movement.action
)

Expand Down Expand Up @@ -175,6 +175,7 @@ CATKIN_DEPENDS message_runtime
## in contrast to setup.py, you can choose the destination
catkin_install_python(PROGRAMS
scripts/move.py
scripts/look.py
scripts/look_around.py
scripts/look_down.py
scripts/look_top_right.py
Expand Down
1 change: 1 addition & 0 deletions launch/manipulation_pepper.launch
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<node pkg="manipulation_pepper" type="look_down.py" name="look_down" output="screen"/>
<node pkg="manipulation_pepper" type="look_above_wall.py" name="look_above_wall" output="screen"/>
<node pkg="manipulation_pepper" type="look_down_stickler.py" name="look_down_stickler" output="screen"/>
<node pkg="manipulation_pepper" type="look.py" name="look" output="screen"/>
<!-- <node pkg="manipulation_pepper" type="point_to_position.py" name="point_in_front" output="screen"/> -->
<node pkg="manipulation_pepper" type="movement_server.py" name="movement_server" output="screen"/>
<node pkg="manipulation_pepper" type="point_to_objects.py" name="point_to_objects" output="screen"/>
Expand Down

0 comments on commit a98d596

Please sign in to comment.