angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.15.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version humble-devel
Last Updated 2022-07-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Tully Foote

Authors

  • John Hsu
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.15.0 (2022-07-12)

  • Correct versions
  • Contributors: Geoffrey Biggs

1.13.1 (2022-07-10)

  • ROS 2 Python Port (#37)
  • Fix M_PI on Windows (#34)
  • Contributors: Akash, David V. Lu!!

1.13.0 (2022-01-18)

  • Export ament_cmake buildtool dependency (#32)
  • Install includes to include/angles and add modern CMake target (#28)
  • Contributors: Shane Loretz

1.12.4 (2021-03-18)

  • Upgrade to setuptools (#23)
  • Contributors: Tully Foote

1.12.3 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19) (#21)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Contributors: Alexis Paques

1.12.2 (2020-01-08)

  • Added support for "large limits" (#16)
    • Added support for "large limits"
    • shortest_angle_with_large_limits in python
  • Contributors: Franco Fusco

1.12.1 (2018-11-20)

  • Adding export lines to CMakeLists.txt (#14) * Adding export lines to CMakeLists.txt This is needed for dependent packages to pick up the include directory

  • Contributors: Carl Delsey

1.12.0 (2018-06-28)

  • update for ament and ros2 (#12)
  • Small documentation updates.
  • enable for win10 ros2
  • Contributors: Brian Fjeldstad, Jonathan Binney, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.16.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version ros2
Last Updated 2025-02-19
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Tully Foote
  • David V. Lu!!

Authors

  • John Hsu
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.16.0 (2022-07-12)

  • Correct versions for version bump
  • ROS 2 Python Port (#37)
  • Fix M_PI on Windows (#34)
  • Contributors: Akash, David V. Lu!!, Geoffrey Biggs

1.13.0 (2022-01-18)

  • Export ament_cmake buildtool dependency (#32)
  • Install includes to include/angles and add modern CMake target (#28)
  • Contributors: Shane Loretz

1.12.4 (2021-03-18)

  • Upgrade to setuptools (#23)
  • Contributors: Tully Foote

1.12.3 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19) (#21)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Contributors: Alexis Paques

1.12.2 (2020-01-08)

  • Added support for "large limits" (#16)
    • Added support for "large limits"
    • shortest_angle_with_large_limits in python
  • Contributors: Franco Fusco

1.12.1 (2018-11-20)

  • Adding export lines to CMakeLists.txt (#14) * Adding export lines to CMakeLists.txt This is needed for dependent packages to pick up the include directory

  • Contributors: Carl Delsey

1.12.0 (2018-06-28)

  • update for ament and ros2 (#12)
  • Small documentation updates.
  • enable for win10 ros2
  • Contributors: Brian Fjeldstad, Jonathan Binney, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.16.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version ros2
Last Updated 2025-02-19
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Tully Foote
  • David V. Lu!!

Authors

  • John Hsu
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.16.0 (2022-07-12)

  • Correct versions for version bump
  • ROS 2 Python Port (#37)
  • Fix M_PI on Windows (#34)
  • Contributors: Akash, David V. Lu!!, Geoffrey Biggs

1.13.0 (2022-01-18)

  • Export ament_cmake buildtool dependency (#32)
  • Install includes to include/angles and add modern CMake target (#28)
  • Contributors: Shane Loretz

1.12.4 (2021-03-18)

  • Upgrade to setuptools (#23)
  • Contributors: Tully Foote

1.12.3 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19) (#21)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Contributors: Alexis Paques

1.12.2 (2020-01-08)

  • Added support for "large limits" (#16)
    • Added support for "large limits"
    • shortest_angle_with_large_limits in python
  • Contributors: Franco Fusco

1.12.1 (2018-11-20)

  • Adding export lines to CMakeLists.txt (#14) * Adding export lines to CMakeLists.txt This is needed for dependent packages to pick up the include directory

  • Contributors: Carl Delsey

1.12.0 (2018-06-28)

  • update for ament and ros2 (#12)
  • Small documentation updates.
  • enable for win10 ros2
  • Contributors: Brian Fjeldstad, Jonathan Binney, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from autodrrt repo

autonomous_emergency_braking control_performance_analysis control_validator external_cmd_selector joy_controller lane_departure_checker mpc_lateral_controller obstacle_collision_checker operation_mode_transition_manager pid_longitudinal_controller predicted_path_checker pure_pursuit shift_decider trajectory_follower_base trajectory_follower_node vehicle_cmd_gate diagnostic_converter kinematic_evaluator localization_evaluator planning_evaluator ekf_localizer geo_pose_projector gyro_odometer ar_tag_based_localizer landmark_manager localization_error_monitor localization_util ndt_scan_matcher pose2twist pose_initializer pose_instability_detector stop_filter tree_structured_parzen_estimator twist2accel yabloc_common yabloc_image_processing yabloc_monitor yabloc_particle_filter yabloc_pose_initializer map_height_fitter map_loader map_projection_loader map_tf_generator lanelet2_map_preprocessor ros2_bevdet ros2_bevformer bevfusion bytetrack cluster_merger compare_map_segmentation crosswalk_traffic_light_estimator detected_object_feature_remover detected_object_validation detection_by_tracker elevation_map_loader euclidean_cluster front_vehicle_velocity_estimator ground_segmentation heatmap_visualizer image_projection_based_fusion lidar_apollo_instance_segmentation lidar_apollo_segmentation_tvm lidar_apollo_segmentation_tvm_nodes lidar_centerpoint lidar_centerpoint_tvm map_based_prediction multi_object_tracker object_merger object_range_splitter object_velocity_splitter occupancy_grid_map_outlier_filter probabilistic_occupancy_grid_map radar_crossing_objects_noise_filter radar_fusion_to_detected_object radar_object_clustering radar_object_tracker radar_tracks_msgs_converter shape_estimation simple_object_merger tensorrt_classifier tensorrt_yolo tensorrt_yolox tracking_object_merger traffic_light_arbiter traffic_light_classifier traffic_light_fine_detector traffic_light_map_based_detector traffic_light_multi_camera_fusion traffic_light_occlusion_predictor traffic_light_ssd_fine_detector traffic_light_visualization behavior_path_avoidance_by_lane_change_module behavior_path_avoidance_module behavior_path_external_request_lane_change_module behavior_path_goal_planner_module behavior_path_lane_change_module behavior_path_planner behavior_path_planner_common behavior_path_side_shift_module behavior_path_start_planner_module behavior_velocity_blind_spot_module behavior_velocity_crosswalk_module behavior_velocity_detection_area_module behavior_velocity_intersection_module behavior_velocity_no_drivable_lane_module behavior_velocity_no_stopping_area_module behavior_velocity_occlusion_spot_module behavior_velocity_out_of_lane_module behavior_velocity_planner behavior_velocity_planner_common behavior_velocity_run_out_module behavior_velocity_speed_bump_module behavior_velocity_stop_line_module behavior_velocity_template_module behavior_velocity_traffic_light_module behavior_velocity_virtual_traffic_light_module behavior_velocity_walkway_module costmap_generator external_velocity_limit_selector freespace_planner freespace_planning_algorithms mission_planner motion_velocity_smoother objects_of_interest_marker_interface obstacle_avoidance_planner obstacle_cruise_planner obstacle_stop_planner obstacle_velocity_limiter path_smoother planning_debug_tools planning_test_utils planning_topic_converter planning_validator route_handler rtc_interface rtc_replayer bezier_sampler frenet_planner path_sampler sampler_common scenario_selector static_centerline_optimizer surround_obstacle_checker gnss_poser image_diagnostics image_transport_decompressor imu_corrector livox_tag_filter pointcloud_preprocessor radar_scan_to_pointcloud2 radar_static_pointcloud_filter radar_threshold_filter radar_tracks_noise_filter tier4_pcl_extensions vehicle_velocity_converter autoware_auto_msgs_adapter bluetooth_monitor component_state_monitor default_ad_api ad_api_adaptors ad_api_visualizers automatic_pose_initializer diagnostic_graph_aggregator dummy_diag_publisher dummy_infrastructure duplicated_node_checker emergency_handler mrm_comfortable_stop_operator mrm_emergency_stop_operator system_error_monitor system_monitor topic_state_monitor velodyne_monitor accel_brake_map_calibrator external_cmd_converter raw_vehicle_cmd_converter steer_offset_estimator vehicle_info_util launch launch_ros autoware_ad_api_specs autoware_adapi_v1_msgs autoware_adapi_version_msgs autoware_auto_common autoware_auto_geometry autoware_auto_control_msgs autoware_auto_geometry_msgs autoware_auto_mapping_msgs autoware_auto_msgs autoware_auto_perception_msgs autoware_auto_planning_msgs autoware_auto_system_msgs autoware_auto_vehicle_msgs autoware_auto_perception_rviz_plugin autoware_auto_tf2 autoware_cmake autoware_lint_common autoware_utils lanelet2_extension autoware_common_msgs autoware_control_msgs autoware_localization_msgs autoware_map_msgs autoware_perception_msgs autoware_planning_msgs autoware_sensing_msgs autoware_system_msgs autoware_vehicle_msgs autoware_point_types autoware_testing bag_time_manager_rviz_plugin component_interface_specs component_interface_tools component_interface_utils cuda_utils fake_test_node geography_utils global_parameter_loader glog_component goal_distance_calculator grid_map_utils interpolation kalman_filter motion_utils object_recognition_utils osqp_interface path_distance_calculator perception_utils polar_grid qp_interface rtc_manager_rviz_plugin signal_processing tensorrt_common tier4_adapi_rviz_plugin tier4_api_utils tier4_automatic_goal_rviz_plugin tier4_autoware_utils tier4_calibration_rviz_plugin tier4_camera_view_rviz_plugin tier4_control_rviz_plugin tier4_datetime_rviz_plugin tier4_debug_rviz_plugin tier4_debug_tools tier4_localization_rviz_plugin tier4_perception_rviz_plugin tier4_planning_rviz_plugin tier4_screen_capture_rviz_plugin tier4_simulated_clock_rviz_plugin tier4_state_rviz_plugin tier4_system_rviz_plugin tier4_target_object_type_rviz_plugin tier4_traffic_light_rviz_plugin tier4_vehicle_rviz_plugin time_utils simulator_compatibility_test traffic_light_recognition_marker_publisher traffic_light_utils tvm_utility dma_customer_msg dma_transfer eagleye_coordinate eagleye_navigation eagleye_msgs eagleye_rt eagleye_can_velocity_converter eagleye_fix2kml eagleye_geo_pose_converter eagleye_geo_pose_fusion eagleye_gnss_converter eagleye_tf llh_converter morai_msgs mussp ndt_omp orocos_kdl python_orocos_kdl pointcloud_to_laserscan rtklib_bridge rtklib_msgs autoware_external_api_msgs autoware_iv_external_api_adaptor autoware_iv_internal_api_adaptor awapi_awiv_adapter tier4_api_msgs tier4_auto_msgs_converter tier4_control_msgs tier4_debug_msgs tier4_external_api_msgs tier4_hmi_msgs tier4_localization_msgs tier4_map_msgs tier4_perception_msgs tier4_planning_msgs tier4_rtc_msgs tier4_simulation_msgs tier4_system_msgs tier4_v2x_msgs tier4_vehicle_msgs io_opt tier4_autoware_api_launch tier4_control_launch tier4_localization_launch tier4_map_launch tier4_perception_launch tier4_planning_launch tier4_sensing_launch tier4_simulator_launch tier4_system_launch tier4_vehicle_launch fastrtps cyclonedds lanelet2 lanelet2_core lanelet2_examples lanelet2_io lanelet2_maps lanelet2_matching lanelet2_projection lanelet2_python lanelet2_routing lanelet2_traffic_rules lanelet2_validation sophus angles behaviortree_cpp_v3 bond bond_core bondcpp bondpy smclib test_bond cudnn_cmake_module diagnostic_aggregator diagnostic_common_diagnostics diagnostic_updater diagnostics self_test filters geodesy geographic_info geographic_msgs grid_map grid_map_cmake_helpers grid_map_core grid_map_costmap_2d grid_map_cv grid_map_demos grid_map_filters grid_map_loader grid_map_msgs grid_map_octomap grid_map_pcl grid_map_ros grid_map_rviz_plugin grid_map_sdf grid_map_visualization mrt_cmake_modules nav2_amcl nav2_behavior_tree nav2_behaviors nav2_bringup nav2_bt_navigator nav2_collision_monitor nav2_common nav2_controller nav2_core nav2_costmap_2d costmap_queue dwb_core dwb_critics dwb_msgs dwb_plugins nav2_dwb_controller nav_2d_msgs nav_2d_utils nav2_lifecycle_manager nav2_map_server nav2_msgs nav2_navfn_planner nav2_planner nav2_regulated_pure_pursuit_controller nav2_rotation_shim_controller nav2_rviz_plugins nav2_simple_commander nav2_smac_planner nav2_smoother nav2_system_tests nav2_theta_star_planner nav2_util nav2_velocity_smoother nav2_voxel_grid nav2_waypoint_follower navigation2 dynamic_edt_3d octomap octovis octomap_msgs osqp_vendor pacmod3_msgs pcl_msgs pcl_conversions pcl_ros perception_pcl point_cloud_msg_wrapper radar_msgs can_msgs rqt_tf_tree tensorrt_cmake_module topic_tools topic_tools_interfaces tvm_vendor cv_bridge image_geometry opencv_tests vision_opencv xacro rviz2 rviz_assimp_vendor rviz_common rviz_default_plugins rviz_ogre_vendor rviz_rendering rviz_rendering_tests rviz_visual_testing_framework dummy_perception_publisher fault_injection simple_planning_simulator classformsg node_v2x image_view v4l2_camera can_interface_custom cgi430_can_driver cgi610_driver ARS408_driver data_format_dump data_preprocess_launch lidar_centerpoint_collect lidar_saver message_sync time_cal camera_calibration direct_visual_lidar_calibration multi_lidar_calibration

Package Summary

Tags No category tags.
Version 1.16.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ieiauto/autodrrt.git
VCS Type git
VCS Version main
Last Updated 2024-09-19
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Tully Foote

Authors

  • John Hsu
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.16.0 (2022-07-12)

  • Correct versions for version bump
  • ROS 2 Python Port (#37)
  • Fix M_PI on Windows (#34)
  • Contributors: Akash, David V. Lu!!, Geoffrey Biggs

1.13.0 (2022-01-18)

  • Export ament_cmake buildtool dependency (#32)
  • Install includes to include/angles and add modern CMake target (#28)
  • Contributors: Shane Loretz

1.12.4 (2021-03-18)

  • Upgrade to setuptools (#23)
  • Contributors: Tully Foote

1.12.3 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19) (#21)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Contributors: Alexis Paques

1.12.2 (2020-01-08)

  • Added support for "large limits" (#16)
    • Added support for "large limits"
    • shortest_angle_with_large_limits in python
  • Contributors: Franco Fusco

1.12.1 (2018-11-20)

  • Adding export lines to CMakeLists.txt (#14) * Adding export lines to CMakeLists.txt This is needed for dependent packages to pick up the include directory

  • Contributors: Carl Delsey

1.12.0 (2018-06-28)

  • update for ament and ros2 (#12)
  • Small documentation updates.
  • enable for win10 ros2
  • Contributors: Brian Fjeldstad, Jonathan Binney, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Name Deps
ros2_control_utils
abb_egm_hardware
yumi_test
nav2_constrained_smoother
nav2_constrained_smoother
nav2_constrained_smoother
nav2_controller
nav2_controller
nav2_controller
nav2_controller
nav2_controller
nav2_controller
nav2_controller
nav2_controller
nav2_costmap_2d
nav2_costmap_2d
nav2_costmap_2d
nav2_costmap_2d
nav2_costmap_2d
nav2_costmap_2d
nav2_costmap_2d
nav2_costmap_2d
nav2_costmap_2d
opennav_docking
dwb_critics
dwb_critics
dwb_critics
dwb_critics
dwb_critics
dwb_critics
dwb_critics
nav2_graceful_controller
nav2_graceful_controller
nav2_mppi_controller
nav2_regulated_pure_pursuit_controller
nav2_rotation_shim_controller
nav2_rotation_shim_controller
nav2_rotation_shim_controller
nav2_rotation_shim_controller
nav2_rotation_shim_controller
nav2_rotation_shim_controller
nav2_rotation_shim_controller
nav2_smac_planner
nav2_smac_planner
nav2_smac_planner
nav2_smac_planner
nav2_smoother
nav2_smoother
nav2_smoother
nav2_smoother
flatland_ika_plugins
geodesy
dwb_plugins
dwb_plugins
dwb_plugins
dwb_plugins
dwb_plugins
dwb_plugins
carla_pointcloud
carla_pointcloud
fetch_gazebo
cyberdog_trajectory_checker
mcr_controller
diff_bot_description
armor_tracker
armor_tracker
ur_controllers
ur_controllers
velodyne_pointcloud
velodyne_pointcloud
velodyne_pointcloud
velodyne_pointcloud
erp42_hardware_gazebo
gazebo_ros2_control
armor_solver
rune_solver
lidar_auto_docking
moveit_core
moveit_core
ndt_2d
nebula_decoders
neo_localization2
nova_carter_docking
openbot_simulator
ocs2_quadruped_controller
buff_tracker
rm_gimbal_controller
tracking_pid
tracking_pid
kobuki_node
costmap_intensity
global_planner
social_force_window_planner
controllers
localization
tide_gimbal_controller
tide_shooter_controller
armor_detector
buff
unitree_gazebo
actionlib_lutorials
wpr_simulation2
sensors_description

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.9.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version master
Last Updated 2022-01-27
Dev Status MAINTAINED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Geoffrey Biggs

Authors

  • John Hsu
  • Tully Foote
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.9.13 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Bump CMake version to avoid CMP0048 warning (#20)
  • Contributors: Alexis Paques, Shane Loretz

1.9.12 (2020-01-08)

  • Added support for "large limits" (#16)
  • Small documentation updates.
  • Contributors: Franco Fusco, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

No version for distro ardent. Known supported distros are highlighted in the buttons above.

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.16.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version ros2
Last Updated 2025-02-19
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Tully Foote
  • David V. Lu!!

Authors

  • John Hsu
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.16.0 (2022-07-12)

  • Correct versions for version bump
  • ROS 2 Python Port (#37)
  • Fix M_PI on Windows (#34)
  • Contributors: Akash, David V. Lu!!, Geoffrey Biggs

1.13.0 (2022-01-18)

  • Export ament_cmake buildtool dependency (#32)
  • Install includes to include/angles and add modern CMake target (#28)
  • Contributors: Shane Loretz

1.12.4 (2021-03-18)

  • Upgrade to setuptools (#23)
  • Contributors: Tully Foote

1.12.3 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19) (#21)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Contributors: Alexis Paques

1.12.2 (2020-01-08)

  • Added support for "large limits" (#16)
    • Added support for "large limits"
    • shortest_angle_with_large_limits in python
  • Contributors: Franco Fusco

1.12.1 (2018-11-20)

  • Adding export lines to CMakeLists.txt (#14) * Adding export lines to CMakeLists.txt This is needed for dependent packages to pick up the include directory

  • Contributors: Carl Delsey

1.12.0 (2018-06-28)

  • update for ament and ros2 (#12)
  • Small documentation updates.
  • enable for win10 ros2
  • Contributors: Brian Fjeldstad, Jonathan Binney, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Name Deps
desktop

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.16.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version ros2
Last Updated 2025-02-19
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Tully Foote
  • David V. Lu!!

Authors

  • John Hsu
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.16.0 (2022-07-12)

  • Correct versions for version bump
  • ROS 2 Python Port (#37)
  • Fix M_PI on Windows (#34)
  • Contributors: Akash, David V. Lu!!, Geoffrey Biggs

1.13.0 (2022-01-18)

  • Export ament_cmake buildtool dependency (#32)
  • Install includes to include/angles and add modern CMake target (#28)
  • Contributors: Shane Loretz

1.12.4 (2021-03-18)

  • Upgrade to setuptools (#23)
  • Contributors: Tully Foote

1.12.3 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19) (#21)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Contributors: Alexis Paques

1.12.2 (2020-01-08)

  • Added support for "large limits" (#16)
    • Added support for "large limits"
    • shortest_angle_with_large_limits in python
  • Contributors: Franco Fusco

1.12.1 (2018-11-20)

  • Adding export lines to CMakeLists.txt (#14) * Adding export lines to CMakeLists.txt This is needed for dependent packages to pick up the include directory

  • Contributors: Carl Delsey

1.12.0 (2018-06-28)

  • update for ament and ros2 (#12)
  • Small documentation updates.
  • enable for win10 ros2
  • Contributors: Brian Fjeldstad, Jonathan Binney, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.16.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version ros2
Last Updated 2025-02-19
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Tully Foote
  • David V. Lu!!

Authors

  • John Hsu
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.16.0 (2022-07-12)

  • Correct versions for version bump
  • ROS 2 Python Port (#37)
  • Fix M_PI on Windows (#34)
  • Contributors: Akash, David V. Lu!!, Geoffrey Biggs

1.13.0 (2022-01-18)

  • Export ament_cmake buildtool dependency (#32)
  • Install includes to include/angles and add modern CMake target (#28)
  • Contributors: Shane Loretz

1.12.4 (2021-03-18)

  • Upgrade to setuptools (#23)
  • Contributors: Tully Foote

1.12.3 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19) (#21)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Contributors: Alexis Paques

1.12.2 (2020-01-08)

  • Added support for "large limits" (#16)
    • Added support for "large limits"
    • shortest_angle_with_large_limits in python
  • Contributors: Franco Fusco

1.12.1 (2018-11-20)

  • Adding export lines to CMakeLists.txt (#14) * Adding export lines to CMakeLists.txt This is needed for dependent packages to pick up the include directory

  • Contributors: Carl Delsey

1.12.0 (2018-06-28)

  • update for ament and ros2 (#12)
  • Small documentation updates.
  • enable for win10 ros2
  • Contributors: Brian Fjeldstad, Jonathan Binney, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.16.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version ros2
Last Updated 2025-02-19
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Tully Foote
  • David V. Lu!!

Authors

  • John Hsu
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.16.0 (2022-07-12)

  • Correct versions for version bump
  • ROS 2 Python Port (#37)
  • Fix M_PI on Windows (#34)
  • Contributors: Akash, David V. Lu!!, Geoffrey Biggs

1.13.0 (2022-01-18)

  • Export ament_cmake buildtool dependency (#32)
  • Install includes to include/angles and add modern CMake target (#28)
  • Contributors: Shane Loretz

1.12.4 (2021-03-18)

  • Upgrade to setuptools (#23)
  • Contributors: Tully Foote

1.12.3 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19) (#21)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Contributors: Alexis Paques

1.12.2 (2020-01-08)

  • Added support for "large limits" (#16)
    • Added support for "large limits"
    • shortest_angle_with_large_limits in python
  • Contributors: Franco Fusco

1.12.1 (2018-11-20)

  • Adding export lines to CMakeLists.txt (#14) * Adding export lines to CMakeLists.txt This is needed for dependent packages to pick up the include directory

  • Contributors: Carl Delsey

1.12.0 (2018-06-28)

  • update for ament and ros2 (#12)
  • Small documentation updates.
  • enable for win10 ros2
  • Contributors: Brian Fjeldstad, Jonathan Binney, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.14.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version galactic-devel
Last Updated 2022-07-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Tully Foote

Authors

  • John Hsu
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.14.0 (2022-07-12)

  • ROS 2 Python Port (#37) (#38)
  • Fix M_PI on Windows (#34) (#36)
  • Contributors: David V. Lu!!, Akash

1.12.4 (2021-03-18)

  • Upgrade to setuptools (#23)
  • Contributors: Tully Foote

1.12.3 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19) (#21)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Contributors: Alexis Paques

1.12.2 (2020-01-08)

  • Added support for "large limits" (#16)
    • Added support for "large limits"
    • shortest_angle_with_large_limits in python
  • Contributors: Franco Fusco

1.12.1 (2018-11-20)

  • Adding export lines to CMakeLists.txt (#14) * Adding export lines to CMakeLists.txt This is needed for dependent packages to pick up the include directory

  • Contributors: Carl Delsey

1.12.0 (2018-06-28)

  • update for ament and ros2 (#12)
  • Small documentation updates.
  • enable for win10 ros2
  • Contributors: Brian Fjeldstad, Jonathan Binney, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.12.6
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version foxy-devel
Last Updated 2022-07-12
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Tully Foote

Authors

  • John Hsu
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.12.6 (2022-07-12)

  • Correct version in Python setup.py
  • Contributors: Geoffrey Biggs

1.12.5 (2022-07-10)

  • ROS 2 Python Port (#37)
  • Fix M_PI on Windows (#34) (#35)
  • Contributors: David V. Lu!!, Akash

1.12.4 (2021-03-18)

  • Upgrade to setuptools (#23)
  • Contributors: Tully Foote

1.12.3 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19) (#21)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Contributors: Alexis Paques

1.12.2 (2020-01-08)

  • Added support for "large limits" (#16)
    • Added support for "large limits"
    • shortest_angle_with_large_limits in python
  • Contributors: Franco Fusco

1.12.1 (2018-11-20)

  • Adding export lines to CMakeLists.txt (#14) * Adding export lines to CMakeLists.txt This is needed for dependent packages to pick up the include directory

  • Contributors: Carl Delsey

1.12.0 (2018-06-28)

  • update for ament and ros2 (#12)
  • Small documentation updates.
  • enable for win10 ros2
  • Contributors: Brian Fjeldstad, Jonathan Binney, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.16.0
License BSD
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version ros2
Last Updated 2025-02-19
Dev Status MAINTAINED
CI status No Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Tully Foote
  • David V. Lu!!

Authors

  • John Hsu
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.16.0 (2022-07-12)

  • Correct versions for version bump
  • ROS 2 Python Port (#37)
  • Fix M_PI on Windows (#34)
  • Contributors: Akash, David V. Lu!!, Geoffrey Biggs

1.13.0 (2022-01-18)

  • Export ament_cmake buildtool dependency (#32)
  • Install includes to include/angles and add modern CMake target (#28)
  • Contributors: Shane Loretz

1.12.4 (2021-03-18)

  • Upgrade to setuptools (#23)
  • Contributors: Tully Foote

1.12.3 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19) (#21)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Contributors: Alexis Paques

1.12.2 (2020-01-08)

  • Added support for "large limits" (#16)
    • Added support for "large limits"
    • shortest_angle_with_large_limits in python
  • Contributors: Franco Fusco

1.12.1 (2018-11-20)

  • Adding export lines to CMakeLists.txt (#14) * Adding export lines to CMakeLists.txt This is needed for dependent packages to pick up the include directory

  • Contributors: Carl Delsey

1.12.0 (2018-06-28)

  • update for ament and ros2 (#12)
  • Small documentation updates.
  • enable for win10 ros2
  • Contributors: Brian Fjeldstad, Jonathan Binney, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.9.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version master
Last Updated 2022-01-27
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Geoffrey Biggs

Authors

  • John Hsu
  • Tully Foote
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.9.13 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Bump CMake version to avoid CMP0048 warning (#20)
  • Contributors: Alexis Paques, Shane Loretz

1.9.12 (2020-01-08)

  • Added support for "large limits" (#16)
  • Small documentation updates.
  • Contributors: Franco Fusco, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.9.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version master
Last Updated 2022-01-27
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Geoffrey Biggs

Authors

  • John Hsu
  • Tully Foote
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.9.13 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Bump CMake version to avoid CMP0048 warning (#20)
  • Contributors: Alexis Paques, Shane Loretz

1.9.12 (2020-01-08)

  • Added support for "large limits" (#16)
  • Small documentation updates.
  • Contributors: Franco Fusco, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.9.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version master
Last Updated 2022-01-27
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Geoffrey Biggs

Authors

  • John Hsu
  • Tully Foote
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.9.13 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Bump CMake version to avoid CMP0048 warning (#20)
  • Contributors: Alexis Paques, Shane Loretz

1.9.12 (2020-01-08)

  • Added support for "large limits" (#16)
  • Small documentation updates.
  • Contributors: Franco Fusco, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.9.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version master
Last Updated 2022-01-27
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Geoffrey Biggs

Authors

  • John Hsu
  • Tully Foote
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.9.13 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Bump CMake version to avoid CMP0048 warning (#20)
  • Contributors: Alexis Paques, Shane Loretz

1.9.12 (2020-01-08)

  • Added support for "large limits" (#16)
  • Small documentation updates.
  • Contributors: Franco Fusco, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.9.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version master
Last Updated 2022-01-27
Dev Status MAINTAINED
CI status Continuous Integration
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Geoffrey Biggs

Authors

  • John Hsu
  • Tully Foote
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.9.13 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Bump CMake version to avoid CMP0048 warning (#20)
  • Contributors: Alexis Paques, Shane Loretz

1.9.12 (2020-01-08)

  • Added support for "large limits" (#16)
  • Small documentation updates.
  • Contributors: Franco Fusco, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange

angles package from angles repo

angles

Package Summary

Tags No category tags.
Version 1.9.13
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros/angles.git
VCS Type git
VCS Version master
Last Updated 2022-01-27
Dev Status MAINTAINED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

This package provides a set of simple math utilities to work with angles. The utilities cover simple things like normalizing an angle and conversion between degrees and radians. But even if you're trying to calculate things like the shortest angular distance between two joint space positions of your robot, but the joint motion is constrained by joint limits, this package is what you need. The code in this package is stable and well tested. There are no plans for major changes in the near future.

Additional Links

Maintainers

  • Geoffrey Biggs

Authors

  • John Hsu
  • Tully Foote
README
No README found. See repository README.
CHANGELOG

Changelog for package angles

1.9.13 (2020-03-11)

  • Update the angle normalization function to a simpler implementation (#19)
    • Update the angle normalization function for a simpler alternative
    • Simplify 2*pi angle wrapping.
    • Simplify/fasten the C++ implementation of angle normalization (removes one fmod call)
  • Bump CMake version to avoid CMP0048 warning (#20)
  • Contributors: Alexis Paques, Shane Loretz

1.9.12 (2020-01-08)

  • Added support for "large limits" (#16)
  • Small documentation updates.
  • Contributors: Franco Fusco, Tully Foote

1.9.11 (2017-04-14)

  • Add a python implementation of angles
  • Do not use catkin_add_gtest if CATKIN_ENABLE_TESTING
  • Contributors: David V. Lu, David V. Lu!!, Ryohei Ueda

1.9.10 (2014-12-29)

  • Export architecture_independent flag in package.xml
  • Simply and improve performance of shortest_angular_distance(). adding two unit test cases
  • check for CATKIN_ENABLE_TESTING
  • Contributors: Derek King, Lukas Bulwahn, Scott K Logan, Tully Foote

1.9.9 (2013-03-23)

  • catkin as a buildtool dependency
  • Contributors: Tully Foote

1.9.8 (2012-12-05)

  • Removed 'copyright' tag from package.xml
  • Contributors: William Woodall

1.9.7 (2012-10-02 21:23)

  • fix typo
  • Contributors: Vincent Rabaud

1.9.6 (2012-10-02 15:39)

  • comply to the new catkin API
  • Contributors: Vincent Rabaud

1.9.5 (2012-09-16 18:11)

  • fixes to build
  • Contributors: Ioan Sucan

1.9.4 (2012-09-16 01:24)

  • rename the include folder to angles as it should be
  • Contributors: Vincent Rabaud

1.9.3 (2012-09-03 00:55)

  • fix relative path
  • Contributors: Ioan Sucan

1.9.2 (2012-09-03 00:32)

1.9.1 (2012-07-24)

  • add proper manifest
  • Contributors: Ioan Sucan

1.9.0 (2012-07-23)

  • fix the test for the new headers
  • fix the guard
  • package builds with catkin
  • remove useless header
  • copying from geometry/
  • Contributors: Ioan Sucan, Vincent Rabaud

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged angles at Robotics Stack Exchange