Skip to content

Commit 7a64e2b

Browse files
committed
fix broken wbc build
1 parent 03e8eba commit 7a64e2b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ik_solvers/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ target_compile_features(solver_base PUBLIC cxx_std_23)
4646
add_library(ik_solvers SHARED)
4747
target_sources(
4848
ik_solvers
49-
PRIVATE src/task_priority_solver.cpp
49+
PRIVATE src/task_priority_solver.cpp src/pseudoinverse.cpp
5050
PUBLIC
5151
FILE_SET HEADERS
5252
BASE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/include

topic_sensors/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ topic_sensors/odom_sensor
1414

1515
### Parameters
1616

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.
1819
- transform: Whether or not the sensor should transform the message from the
1920
ROS [REP-105](https://ros.org/reps/rep-0105.html) convention to the maritime
2021
convention documented in [REP-156](https://github.com/ros-infrastructure/rep/pull/398).

0 commit comments

Comments
 (0)