latest pushes

This commit is contained in:
Ronaldson Bellande 2023-11-13 18:16:38 -05:00
parent f5f7d55ee9
commit 9cbfb499ad
15 changed files with 31 additions and 31 deletions

View File

@ -1,9 +0,0 @@
# Define the goal
humanoid_nav_msgs/StepTarget[] footsteps
float64 feedback_frequency
---
# Define the result
humanoid_nav_msgs/StepTarget[] executed_footsteps
---
# Define a feedback message
humanoid_nav_msgs/StepTarget[] executed_footsteps

View File

@ -1,11 +0,0 @@
humanoid_nav_msgs/StepTarget start_left
humanoid_nav_msgs/StepTarget start_right
humanoid_nav_msgs/StepTarget goal_left
humanoid_nav_msgs/StepTarget goal_right
---
bool result
humanoid_nav_msgs/StepTarget[] footsteps
float64 costs
float64 final_eps
float64 planning_time
int64 expanded_states

View File

@ -1,3 +0,0 @@
# Step target as service:
humanoid_nav_msgs/StepTarget step
---

View File

@ -1,5 +1,5 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package humanoid_msgs
Changelog for package humanoid_robot_intelligence_control_system_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.3.2 (2023-10-03)

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(humanoid_msgs)
project(humanoid_robot_intelligence_control_system_msgs)
if($ENV{ROS_VERSION} EQUAL 1)
find_package(catkin REQUIRED)

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<package format="3">
<name>humanoid_msgs</name>
<name>humanoid_robot_intelligence_control_system_msgs</name>
<version>0.3.2</version>
<description>Messages and services for humanoid robots</description>
<maintainer email="ronaldsonbellande@gmail.com">Ronaldson Bellande</maintainer>

View File

@ -1,5 +1,5 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package humanoid_nav_msgs
Changelog for package humanoid_robot_intelligence_control_system_navigation_msgs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.3.2 (2023-10-03)
@ -40,4 +40,4 @@ Changelog for package humanoid_nav_msgs
* action ExecFootsteps can now feedback changeable_footsteps and robot_pose (see naoqi docu for further info)
* integrated a new action to communicate with the action server provided by nao_footsteps.py in the nao_driver package
* service to clip footsteps
* moved humanoid_nav_msgs into new humanoid_msgs stack
* moved humanoid_robot_intelligence_control_system_navigation_msgs into new humanoid_robot_intelligence_control_system_msgs stack

View File

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8)
project(humanoid_nav_msgs)
project(humanoid_robot_intelligence_control_system_navigation_msgs)
#List to make rest of code more readable
set(MESSAGE_DEPENDENCIES std_msgs geometry_msgs actionlib_msgs)

View File

@ -0,0 +1,9 @@
# Define the goal
humanoid_robot_intelligence_control_system_navigation_msgs/StepTarget[] footsteps
float64 feedback_frequency
---
# Define the result
humanoid_robot_intelligence_control_system_navigation_msgs/StepTarget[] executed_footsteps
---
# Define a feedback message
humanoid_robot_intelligence_control_system_navigation_msgs/StepTarget[] executed_footsteps

View File

@ -1,6 +1,6 @@
<?xml version="1.0"?>
<package format="3">
<name>humanoid_nav_msgs</name>
<name>humanoid_robot_intelligence_control_system_navigation_msgs</name>
<version>0.3.2</version>
<description>
Messages and services for humanoid robot navigation

View File

@ -2,7 +2,7 @@ geometry_msgs/Pose2D start
geometry_msgs/Pose2D goal
---
bool result
humanoid_nav_msgs/StepTarget[] footsteps
humanoid_robot_intelligence_control_system_navigation_msgs/StepTarget[] footsteps
float64 costs
float64 final_eps
float64 planning_time

View File

@ -0,0 +1,11 @@
humanoid_robot_intelligence_control_system_navigation_msgs/StepTarget start_left
humanoid_robot_intelligence_control_system_navigation_msgs/StepTarget start_right
humanoid_robot_intelligence_control_system_navigation_msgs/StepTarget goal_left
humanoid_robot_intelligence_control_system_navigation_msgs/StepTarget goal_right
---
bool result
humanoid_robot_intelligence_control_system_navigation_msgs/StepTarget[] footsteps
float64 costs
float64 final_eps
float64 planning_time
int64 expanded_states

View File

@ -0,0 +1,3 @@
# Step target as service:
humanoid_robot_intelligence_control_system_navigation_msgs/StepTarget step
---