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

fixed memory issue and ETC. #268

Merged
merged 1 commit into from
Dec 6, 2018
Merged

fixed memory issue and ETC. #268

merged 1 commit into from
Dec 6, 2018

Conversation

ROBOTIS-zerom
Copy link
Member

  • reduced TXPACKET_MAX_LEN & RXPACKET_MAX_LEN (4K -> 1K)
    because the size of most Dynamixel receive buffers is 1K.
  • checked whether memory allocation was successful.
  • marked the crc table as static const
  • changed addStuffing() function (reduced stack memory usage)
  • removed busy waiting for rxPacket()
  • fixed the broadcastping bug in dxl_monitor

  because the size of most Dynamixel receive buffers is 1K.
- checked whether memory allocation was successful.
- marked the crc table as static const
- changed addStuffing() function (reduced stack memory usage)
- removed busy waiting for rxPacket()
- fixed the broadcastping bug in dxl_monitor
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.

1 participant