Humble merge
This commit is contained in:
11
src/ign_actor_plugin_msgs/CMakeLists.txt
Normal file
11
src/ign_actor_plugin_msgs/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
|
||||
project(ign_actor_plugin_msgs)
|
||||
|
||||
find_package(rosidl_default_generators REQUIRED)
|
||||
|
||||
rosidl_generate_interfaces(${PROJECT_NAME}
|
||||
"action/Animation.action"
|
||||
"action/Movement.action"
|
||||
)
|
||||
|
||||
ament_package()
|
||||
6
src/ign_actor_plugin_msgs/action/Animation.action
Normal file
6
src/ign_actor_plugin_msgs/action/Animation.action
Normal file
@@ -0,0 +1,6 @@
|
||||
string animation_name
|
||||
float32 animation_speed
|
||||
---
|
||||
bool success
|
||||
---
|
||||
float32 progress
|
||||
8
src/ign_actor_plugin_msgs/action/Movement.action
Normal file
8
src/ign_actor_plugin_msgs/action/Movement.action
Normal file
@@ -0,0 +1,8 @@
|
||||
string animation_name
|
||||
float32 animation_speed
|
||||
float32[3] target_position
|
||||
float32[3] target_orientation
|
||||
---
|
||||
bool success
|
||||
---
|
||||
float32 progress
|
||||
17
src/ign_actor_plugin_msgs/package.xml
Normal file
17
src/ign_actor_plugin_msgs/package.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||
<package format="3">
|
||||
<name>ign_actor_plugin_msgs</name>
|
||||
<version>0.0.0</version>
|
||||
<description>Plugin for Gazebo Ignition to remote control actors</description>
|
||||
<maintainer email="bastian@todo.todo">Bastian Hofmann</maintainer>
|
||||
<license>TODO: License declaration</license>
|
||||
|
||||
<buildtool_depend>rosidl_default_generators</buildtool_depend>
|
||||
<depend>action_msgs</depend>
|
||||
<member_of_group>rosidl_interface_packages</member_of_group>
|
||||
|
||||
<export>
|
||||
<build_type>ament_cmake</build_type>
|
||||
</export>
|
||||
</package>
|
||||
Reference in New Issue
Block a user