Skip to content

Commit adda411

Browse files
committed
time and disp fix
1 parent 6402229 commit adda411

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

LAUNCH.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export RCUTILS_COLORIZED_OUTPUT=1
1717
# colcon build --symlink-install --cmake-args -Wno-dev
1818
# colcon build --cmake-args -Wno-dev
1919
. install/setup.bash
20-
colcon test --packages-select easy_robot_control ros2_m_hero_pkg rviz_basic
20+
colcon test --packages-select easy_robot_control ros2_m_hero_pkg rviz_basic --event-handlers console_cohesion+
2121
colcon test-result --verbose
2222
export RCUTILS_CONSOLE_OUTPUT_FORMAT="{message}"
2323
export NUMBA_CACHE_DIR="./numba_cache" # this will compile numba in a permanant file

src/easy_robot_control/test/test_state_remapper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55

66
import numpy as np
77
import pytest
8-
from rclpy.clock import Time
98

10-
from easy_robot_control.utils.joint_state_util import JState
9+
from easy_robot_control.utils.joint_state_util import JState, Time
1110
from easy_robot_control.utils.state_remaper import (
1211
NameMap,
1312
Shaper,

0 commit comments

Comments
 (0)