Skip to content

Commit

Permalink
Changed install commmand in readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulTervoort committed Dec 13, 2022
1 parent 57a5da8 commit 5f268da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rosserial_rp2040/Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Rosserial client for rp2040 usage
add_subdirectory($ENV{PICO_SDK_PATH}/lib/ros_lib build)
target_include_directories(${PROJECT_NAME} PRIVATE $ENV{PICO_SDK_PATH}/lib/ros_lib)
- Add 'ros_lib' to the target_link_libraries in CMakeLists.txt (without quotes)
- Execute the command 'rosrun rosserial_arduino make_libraries.py' to generate the ros_lib library files in the pico-sdk library folder
- To generate the ros_lib library files in a custom location use 'rosrun rosserial_arduino make_libraries.py <custom location>'
- Execute the command 'rosrun rosserial_rp2040 make_libraries.py' to generate the ros_lib library files in the pico-sdk library folder
- To generate the ros_lib library files in a custom location use 'rosrun rosserial_rp2040 make_libraries.py <custom location>'

The rosserial functionality can now be accessed from the project as described in the rosserial tutorials.

0 comments on commit 5f268da

Please sign in to comment.