File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
src/easy_robot_control/test Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff 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+
2121colcon test-result --verbose
2222export RCUTILS_CONSOLE_OUTPUT_FORMAT=" {message}"
2323export NUMBA_CACHE_DIR=" ./numba_cache" # this will compile numba in a permanant file
Original file line number Diff line number Diff line change 55
66import numpy as np
77import 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
1110from easy_robot_control .utils .state_remaper import (
1211 NameMap ,
1312 Shaper ,
You can’t perform that action at this time.
0 commit comments