File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ target_compile_features(solver_base PUBLIC cxx_std_23)
46
46
add_library (ik_solvers SHARED )
47
47
target_sources (
48
48
ik_solvers
49
- PRIVATE src/task_priority_solver.cpp
49
+ PRIVATE src/task_priority_solver.cpp src/pseudoinverse.cpp
50
50
PUBLIC
51
51
FILE_SET HEADERS
52
52
BASE_DIRS ${CMAKE_CURRENT_SOURCE_DIR} /include
Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ topic_sensors/odom_sensor
14
14
15
15
### Parameters
16
16
17
- - topic: The topic that the sensor should subscribe to
17
+ - prefix: The node prefix.
18
+ - topic: The topic that the sensor should subscribe to.
18
19
- transform: Whether or not the sensor should transform the message from the
19
20
ROS [ REP-105] ( https://ros.org/reps/rep-0105.html ) convention to the maritime
20
21
convention documented in [ REP-156] ( https://github.com/ros-infrastructure/rep/pull/398 ) .
You can’t perform that action at this time.
0 commit comments