Skip to content

Commit

Permalink
revert unnecessary changes
Browse files Browse the repository at this point in the history
t Please enter the commit message for your changes. Lines starting
  • Loading branch information
MishkaMN committed Apr 10, 2024
1 parent e814161 commit 5471a29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core_planning/twist_filter/src/twist_filter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ carma_ros2_utils::CallbackReturn TwistFilter::handle_on_configure(const rclcpp_l
if (use_sim_time)
{
hardcoded_acceleration_limit = MAX_SIMULATION_LONGITUDINAL_ACCEL_HARDCODED_LIMIT_M_S_2;
RCLCPP_ERROR_STREAM(get_logger(), "Simulation mode detected. Accounting for hardcoded limit, longitudinal acceleration limit used: " << hardcoded_acceleration_limit);
RCLCPP_INFO_STREAM(get_logger(), "Simulation mode detected. Accounting for hardcoded limit, longitudinal acceleration limit used: " << hardcoded_acceleration_limit);
}
else
{
RCLCPP_ERROR_STREAM(get_logger(), "Accounting for hardcoded limit, longitudinal acceleration limit used: " << hardcoded_acceleration_limit);
RCLCPP_INFO_STREAM(get_logger(), "Accounting for hardcoded limit, longitudinal acceleration limit used: " << hardcoded_acceleration_limit);
}

_lon_accel_limiter = LongitudinalAccelLimiter{
Expand Down
6 changes: 3 additions & 3 deletions jsk_recognition/.gitmodules
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[submodule "jsk_perception/slic"]
path = jsk_perception/slic
url = git://github.com/garaemon/SLIC-Superpixels.git
url = https://github.com/garaemon/SLIC-Superpixels.git
[submodule ".travis"]
path = .travis
url = git://github.com/jsk-ros-pkg/jsk_travis.git
url = https://github.com/jsk-ros-pkg/jsk_travis.git
branch = 0.4.26
[submodule "jsk_perception/node_scripts/deep_sort/deep_sort"]
path = jsk_perception/node_scripts/deep_sort/deep_sort
url = git://github.com/nwojke/deep_sort.git
url = https://github.com/nwojke/deep_sort.git

0 comments on commit 5471a29

Please sign in to comment.