Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spline path #335

Merged
merged 19 commits into from
Nov 25, 2024
Merged

Spline path #335

merged 19 commits into from
Nov 25, 2024

Conversation

yuokamoto
Copy link
Contributor

@yuokamoto yuokamoto commented Nov 23, 2024

yuokamoto and others added 5 commits November 25, 2024 22:50
Co-authored-by: torea Foissotte <tetorea@gmail.com>
Co-authored-by: torea Foissotte <tetorea@gmail.com>
Co-authored-by: torea Foissotte <tetorea@gmail.com>
Co-authored-by: torea Foissotte <tetorea@gmail.com>
Co-authored-by: torea Foissotte <tetorea@gmail.com>
@yuokamoto yuokamoto merged commit b289513 into devel Nov 25, 2024
@yuokamoto yuokamoto deleted the spline_path branch November 25, 2024 15:43
github-actions bot pushed a commit that referenced this pull request Nov 25, 2024
* add spline following mode to AIController

* update document

---------

Co-authored-by: torea Foissotte <tetorea@gmail.com>
github-actions bot pushed a commit that referenced this pull request Nov 25, 2024
* add spline following mode to AIController

* update document

---------

Co-authored-by: torea Foissotte <tetorea@gmail.com>
yuokamoto added a commit that referenced this pull request Nov 27, 2024
* add spline following mode to AIController

* update document

---------

Co-authored-by: yuokamoto <yuokamoto1988@gmail.com>
Co-authored-by: torea Foissotte <tetorea@gmail.com>
yuokamoto added a commit that referenced this pull request Nov 27, 2024
* add spline following mode to AIController

* update document

---------

Co-authored-by: yuokamoto <yuokamoto1988@gmail.com>
Co-authored-by: torea Foissotte <tetorea@gmail.com>
github-actions bot added a commit that referenced this pull request Nov 27, 2024
* add spline following mode to AIController

* update document

---------

Co-authored-by: yuokamoto <yuokamoto1988@gmail.com>
Co-authored-by: torea Foissotte <tetorea@gmail.com>
yuokamoto added a commit that referenced this pull request Dec 2, 2024
* add spline following mode to AIController

* update document

---------

Co-authored-by: torea Foissotte <tetorea@gmail.com>
yuokamoto added a commit that referenced this pull request Dec 2, 2024
* add spline following mode to AIController

* update document

---------

Co-authored-by: torea Foissotte <tetorea@gmail.com>
yuokamoto added a commit that referenced this pull request Dec 2, 2024
* add spline following mode to AIController

* update document

---------

Co-authored-by: torea Foissotte <tetorea@gmail.com>
yuokamoto added a commit that referenced this pull request Dec 6, 2024
* Fix packaging character (#283)


* move character to ROSAssets

* add service to handle display name for editor

* Update Source/RapyutaSimulationPlugins/Private/Tools/RRROS2SimulationStateClient.cpp

Co-authored-by: torea Foissotte <tetorea@gmail.com>

---------

Co-authored-by: torea Foissotte <tetorea@gmail.com>

* fix world context more

# Conflicts:
#	Content/ExternalDevices/BP_VerticalConveyor.uasset

* Single order system kinematics (#288)

* add single order filter to kinematic movement

* Set movecomponent automatically from child BP if it is not set

* Add payloadmanagement areas (#292)

* Add SinkArea

* create base class and make sinkarea child class of the base class

* add SourceArea

* add Teleport Area and change area

* expose json parser to bp

* update odom accesibility and fix loading order (#296)

* fix loading order

* update odom accesibility

* make overlapsensor to point parent component instead of owner (#302)

* Doc update2 (#301)

* add external device, character, payload_handling_area documentation

* minor utility update
---------

Co-authored-by: yuokamoto <yuokamoto@yuokamotonoMacBook-Pro.local>
# Conflicts:
#	Content/ExternalDevices/BP_VerticalConveyor.uasset

* update to make it useful for children class (#307)

* fix packaging error (#311)


# Conflicts:
#	Content/ExternalDevices/BP_VerticalConveyor.uasset

* fix json initialize (#314)

* add cmd_vel_timeout (#318)

* Mobile rack (#317)

* add mobile rack

# Conflicts:
#	Content/ExternalDevices/BP_VerticalConveyor.uasset

* Fix imu frameid (#323)

* add missing frame_id to IMUComponent

* Stop pub when destroyed (#326)

* destroy publisher when sensor is destroyed

* expose noise param

* update IMU sensor, 1) acc and vel from local frame, 2) add gravity acc and acc gain

* fix (RRROS2IMUComponent.cpp): make gravity vector of IMU follow standard (#329)

* fix (RRROS2IMUComponent.cpp): make gravity vector of IMU follow standard

* docs (RRROS2IMUComponent.cpp): add documentation about default gravity vector

* feat: add conditional rendering in scene capture logic (#336)

- Add a `Render` bool property to control scene capture execution.
- Wrap the scene capture logic in a conditional check on `Render` to allow for selective rendering.

* Spline path (#335)



* add spline following mode to AIController

* update document

---------

Co-authored-by: torea Foissotte <tetorea@gmail.com>

---------

Co-authored-by: torea Foissotte <tetorea@gmail.com>
Co-authored-by: Paulo Rodrigues <prodrigues@rapyuta-robotics.com>
Co-authored-by: Trim Bresilla <trim.bresilla@gmail.com>
yuokamoto added a commit that referenced this pull request Dec 6, 2024
* update to make it useful for children class (#307)

* fix packaging error (#311)

* fix json initialize (#314)

* add cmd_vel_timeout (#318)

* Mobile rack (#317)

* add mobile rack

* Fix imu frameid (#323)

* add missing frame_id to IMUComponent

* Stop pub when destroyed (#326)

* destroy publisher when sensor is destroyed

* expose noise param

* update IMU sensor, 1) acc and vel from local frame, 2) add gravity acc and acc gain

* fix (RRROS2IMUComponent.cpp): make gravity vector of IMU follow standard (#329)

* fix (RRROS2IMUComponent.cpp): make gravity vector of IMU follow standard

* docs (RRROS2IMUComponent.cpp): add documentation about default gravity vector

* feat: add conditional rendering in scene capture logic (#336)

- Add a `Render` bool property to control scene capture execution.
- Wrap the scene capture logic in a conditional check on `Render` to allow for selective rendering.

* Spline path (#335)



* add spline following mode to AIController

* update document

---------

Co-authored-by: torea Foissotte <tetorea@gmail.com>

---------

Co-authored-by: Paulo Rodrigues <prodrigues@rapyuta-robotics.com>
Co-authored-by: Trim Bresilla <trim.bresilla@gmail.com>
Co-authored-by: torea Foissotte <tetorea@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants