Skip to content

Conversation

lukicdarkoo
Copy link
Member

@lukicdarkoo lukicdarkoo commented Nov 13, 2022

Tasks:

  • rename mep3_robot_hardware_interface to mep3_motion_hardware_interface to better match the purpose
  • create a dummy joint controller
    • add BT node
    • add an example in the simulation
  • implement passive wheels
  • upgrade to BT4

@lukicdarkoo lukicdarkoo added the low level control Low-level control label Nov 13, 2022
@lukicdarkoo lukicdarkoo marked this pull request as ready for review December 4, 2022 20:50
@lukicdarkoo lukicdarkoo requested review from filiparag, VladimirVincan and angstrem98 and removed request for filiparag and VladimirVincan December 4, 2022 20:50
@@ -25,9 +25,9 @@ def publish(self, state):
def step(self):
if self.__state != MatchState.STARTED:
elapsed_time = self.__robot.getTime()
if elapsed_time <= 1.0:
if elapsed_time <= 2.5:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ovako moramo duze da cekamo u simulaciji, ja bih ostavio krace - osim ako nema neki dobar razlog.

@@ -27,8 +27,8 @@ WorldInfo {
]
}
Viewpoint {
orientation 0 1 0 1.57
position 0 0 5
orientation -0.25020786058107325 -0.12684650281623516 0.9598468582157953 4.047346561440032
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Slucajno?

@lukicdarkoo lukicdarkoo merged commit 233956f into main Dec 5, 2022
@lukicdarkoo lukicdarkoo deleted the feature-ros2-control-interfaces branch December 5, 2022 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low level control Low-level control
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants