Skip to content

Commit 01b9009

Browse files
committed
Move /sot/dt to /sot_controller/dt
1 parent 6ffd1b8 commit 01b9009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sot_loader.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ struct DataToLog
7373
void workThreadLoader(SotLoader *aSotLoader)
7474
{
7575
unsigned period = 1000; // micro seconds
76-
if (ros::param::has("/sot/dt")) {
76+
if (ros::param::has("/sot_controller/dt")) {
7777
double periodd;
78-
ros::param::get("/sot/dt", periodd);
78+
ros::param::get("/sot_controller/dt", periodd);
7979
period = unsigned(1e6 * periodd);
8080
}
8181
DataToLog dataToLog (5000);

0 commit comments

Comments
 (0)